home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / escalant / escala21.lha / escalante2.1 / images / field.im < prev    next >
Text File  |  1993-02-01  |  278b  |  7 lines

  1. #define field_width 16
  2. #define field_height 16
  3. static char field_bits[] = {
  4.    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  5.    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  6.    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
  7.